-
Notifications
You must be signed in to change notification settings - Fork 0
First pass at ste_vec docs for JSONB containment indexing
#9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
auxesis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great to see @freshtonic.
Have added some minor suggestions.
Co-authored-by: Lindsay Holmwood <lindsay@holmwood.id.au>
Co-authored-by: Lindsay Holmwood <lindsay@holmwood.id.au>
Co-authored-by: Lindsay Holmwood <lindsay@holmwood.id.au>
| ###### ste_vec opts | ||
|
|
||
| An ste_vec index on a encrypted JSONB column enables the use of Postgres's `@>` and `<@` containment operators. | ||
| An ste_vec index on a encrypted JSONB column enables the use of PostgreSQL's `@>` and `<@` [containment operators](https://www.postgresql.org/docs/16/functions-json.html#FUNCTIONS-JSONB-OP-TABLE). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice
|
Looks like @calvinbrewer has actioned your suggestions already, @auxesis . Let me know when this is good to merge. |
auxesis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@freshtonic LGTM, ![]()
First pass at `ste_vec` docs for JSONB containment indexing
It's wordier than the doc for the other index types. I might have gone into too much detail - either that, or the other index types need more detail. Unsure.
@coderdan can you fact check my explanation of the purpose of the
prefix(salt-like thingo) please?